How to make `rm` faster on ext3/linux?

Posted by depesz on Server Fault See other posts from Server Fault or by depesz
Published on 2010-03-31T09:24:19Z Indexed on 2010/03/31 9:33 UTC
Read the original article Hit count: 282

Filed under:
|
|
|
|

I have ext3 filesystem mounted with default options. On it I have some ~ 100GB files.

Removal of any of such files takes long time (8 minutes) and causes a lot of io traffic, which increases load on server.

Is there any way to make the rm not as disruptive?

© Server Fault or respective owner

Related posts about linux

Related posts about ext3